home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1383 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.3 KB

  1. From: Michael Smith <miff@apanix.apana.org.au>
  2. Subject: Misc other stuff.
  3. Date: Thu, 12 May 1994 01:14:45 +0930 (CST)
  4. In-Reply-To: <9405110904.AA13659@issan.informatik.uni-dortmund.de> from "Andreas Schwab" at May 11, 94 11:04:09 am
  5.  
  6. >
  7. >Michael Smith <miff@apanix.apana.org.au> writes:
  8. >
  9. >|> sed (built 2.03, doesn't appear to work properly - may need more stack)
  10. >
  11. >Yes, the GNU regex package needs atleast 20k of stack.
  12.  
  13. Hmm, any way to tell how much stack a program currently has?
  14. And for that matter, what are the options to toglclr?
  15. And how do I get sharable programs to share? (the new bash, for
  16. instance, doesnt seem to (8 copies and I'm out of memory 8( )
  17.  
  18. >|> # on host `(hostname || uname -n) 2>/dev/null |sed 1q `:
  19. >
  20. >This is strange.  I never had problems executing this line with my
  21. >version of bash, but then it have both hostname and uname lying around
  22. >(hostname is just uname -n).  But even when hostname is missing it
  23. >still doesn't hang.  Btw, on my machine (2/16 TT), configure only
  24. >takes about 20 minutes, IIRC.
  25.  
  26. I am fairly certain it's a memory problem - I'm saving for extra memory, 
  27. and I'm praying that I can hack my 4M TTram board to do 16 - if the 
  28. schematics can be trusted, the controllers are the same, there's just a
  29. little track-butchery to do.
  30.  
  31. >|> in the unix/ directory, edit the file isfork.c and include in it the
  32. >|> fragment of serial.c that defines EAGAIN (I take it MiNT never 
  33. >|> returns EAGAIN?) or do it by hand if you're not interested in 
  34. >|> portability 8)
  35. >
  36. >I think EAGAIN can be defined to be ENOMEM, which is the best
  37. >approximation (Hey, i haven't enough memory to execute you, try again
  38. >later!).
  39.  
  40. That's what the fragment in serial.c defines it as, from memory.
  41.  
  42. I'm actually having problems uncompressing the received newsbatches - 
  43. gzip (1.2.4) complains that they're corrupt, however the (large) mails
  44. I've received were fine.  Did you build using stdio or low-level? 
  45. Would "rb"/"wb" be needed for any of the file operations, or does the
  46. library default to binary mode?
  47.  
  48. *ponder*
  49.  
  50. >Andreas.
  51.  
  52. -- 
  53. # mike smith : miff@apanix.apana.org.au - Silicon grease monkey        #
  54. # "The question 'why are the fundamental laws of nature mathematical'  #
  55. # then invites the trivial response 'because we define as fundamental  #
  56. # those laws which are mathematical'". Paul Davies, _The_Mind_of_God_. #
  57.